home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The 640 MEG Shareware Studio 5
/
The 640 Meg Shareware Studio CD-ROM Volume V (Data Express)(1994).ISO
/
amiga
/
avm1_19.lha
/
rexx
/
openmailbox.avm
< prev
next >
Wrap
Text File
|
1994-04-06
|
308b
|
12 lines
/* */
parse arg mailbox special .
if special = 1 | special = 0 then
address command 'run >nil: <nil: avm:logview' mailbox
else if special = 2 then
address command 'run >nil: <nil: avm:scheduler' mailbox
else if special = 3 then
address command 'run >nil: <nil: avm:scheduler' mailbox '-noschedule'
exit